@charset "utf-8";
html,
body {
    font: 14px/1.66 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
    color: #333;
    -webkit-text-size-adjust: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #0060ad;
    text-decoration: none;
}

.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}


/*头部*/

.inner {
    width: 980px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
}

header {
    background: #013d97;
    zoom: 1
}

#web_logo {
    margin-left: 10px;
    font-size: 0px;
    position: relative;
    z-index: 999;
}

.top-nav {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 8px;
    height: 77px;
    z-index: 1;
    text-align: right;
    width: 100%;
}

.top-nav a {
    color: #fff;
}

.top-nav a:hover {
    color: #fff;
}

.top-nav li.b {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.top-nav li.t span {
    padding: 0px 5px;
    font-size: 10px;
    color: #bbb;
}

.top-logo {
    min-height: 90px;
    _height: 90px;
}

.met_flash {
    margin-top: 10px;
    font-size: 0px;
    overflow: hidden;
}

.met_flash ul {
    margin: 0px;
    padding: 0px;
}


/*首页*/

.aboutus {
    float: left;
    width: 675px;
    margin-top: 10px;
}

.case {
    float: right;
    width: 290px;
    margin-top: 10px;
    overflow: hidden;
}

.style-1 h3.title span {
    float: left;
    background: url(../images/dt-5.gif) repeat-x;
    height: 32px;
    line-height: 32px;
    padding: 0px 25px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.style-1 h3.title a.more {
    float: right;
    width: 39px;
    height: 11px;
    line-height: 1000px;
    overflow: hidden;
    background: url(../images/more.gif);
    margin: 10px 10px 0px 0px;
}

.style-1 .active {
    background: #fff;
    padding: 10px;
}

.style-2 h3.title {
    background: url(../images/dt-6.gif) repeat-x;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}

.style-2 h3.title a.more {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #fff;
    font-size: 12px;
}

.style-2 .active {
    background: #fff;
    padding: 10px;
}

.style-2 dl.ind {
    clear: both;
    zoom: 1
}

.style-2 dl.ind dt {
    float: left;
    display: inline;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px 10px 0px;
    zoom: 1
}

.style-2 dl.ind dt a {
    margin-left: 5px;
}

.style-2 dl.ind dd {
    float: right;
    display: inline;
    border-bottom: 1px dotted #ccc;
    padding: 10px 0px 10px 0px;
    overflow: hidden;
}

.style-2 dl.ind dd h4 {
    margin-left: 10px;
}

.style-2 dl.ind dd p.desc {
    margin-left: 10px;
    font-style: italic;
    color: #666;
}

.index-news {
    float: left;
    width: 330px;
    margin-right: 15px;
    margin-top: 15px;
}

.listel li {
    margin: 0px 5px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 13px;
    background: url(../images/dt-1.gif) no-repeat left 12px;
}

.listel li a {
    margin-right: 5px;
    zoom: 1;
}

.listel li span {
    float: right;
    color: #666;
}

.index-conts {
    float: right;
    width: 290px;
    margin-top: 15px;
}

.index-product {
    padding-top: 15px;
    *margin-top: 15px;
    *padding-top: 0px;
}

.index-product .profld {
    margin: 0px;
    position: relative;
    overflow: hidden;
}

.index-product h3 span {
    float: left;
}

.index-product ol {
    position: absolute;
    width: 2012em;
}

.index-product ol li {
    float: left;
    text-align: center;
}

.index-product ol li a.img {
    display: block;
    text-align: center;
    font-size: 0px;
}

.index-product ol li a.img img {
    margin: auto;
    border: 1px solid #d6d6d6;
}

.index-product ol li h3 {
    font-weight: normal;
    margin-top: 5px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}

.index-product .flip {
    height: 20px;
    overflow: hidden;
    margin: 8px 15px 0px;
    float: left;
}

* html .index-product .flip {
    width: 300px;
}

*+html .index-product .flip {
    width: 300px;
}

.index-product .next,
.index-product .prev {
    width: 18px;
    height: 18px;
    overflow: hidden;
    display: block;
    float: left;
    background: url(../images/neu.gif) no-repeat;
}

.index-product .next {
    background-position: -17px 0px;
}

.index-product .next:hover {
    background-position: -57px 0px;
}

.index-product .prev {
    background-position: -40px 0px;
}

.index-product .prev:hover {
    background-position: 0px 0px;
}

#trigger {
    float: left;
    margin-right: 5px;
    margin-top: 0px;
    position: relative;
    bottom: 8px;
    *bottom: 0px;
    *top: 5px;
    zoom: 1;
}

#trigger a {
    background: url(../images/neu.gif) no-repeat -78px -10px;
    width: 8px;
    height: 8px;
    font-size: 0px;
    display: inline-block;
    overflow: hidden;
    margin-right: 5px;
}

#trigger a.current {
    background-position: -78px 0px;
}

#tabs-nav {
    float: left;
    text-align: center;
    margin-left: 15px;
}

#tabs-nav li {
    margin: 0 4px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    *top: 12px;
}

#tabs-nav li a {
    width: 8px;
    height: 8px;
    display: block;
    overflow: hidden;
    background: #9df0f5;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

#tabs-nav li a:hover {
    background: #fff;
}

#tabs-nav li a.flex-active {
    background: #fff;
    cursor: default;
}

.index-links {
    background: #fff;
    padding: 5px 15px 10px;
    margin-top: 15px;
    position: relative;
}

.index-links h3 {
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    background: url(../images/dt-2.gif) no-repeat left center;
    font-weight: normal;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.index-links h3 a.more {
    position: absolute;
    right: 10px;
    top: 0px;
    color: #666;
    font-size: 12px;
}

.index-links ul {
    margin: 0px;
    padding: 0px;
}

.index-links .img {
    margin-bottom: 3px;
}

.index-links .img li {
    list-style: none;
    display: inline;
    padding-right: 5px;
}

.index-links .img img {
    width: 88px;
    height: 31px;
}

.index-links .txt {
    zoom: 1;
}

.index-links .txt li {
    list-style: none;
    float: left;
    width: 88px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    overflow: hidden;
}


/*内页栏目*/

.sidebar .sb_nav {
    float: left;
    width: 240px;
}

.sb_nav_list {
    border: 2px solid #0060ad;
    overflow: hidden;
}

.sidebar_cons {
    border: 2px solid #0060ad;
    margin-top: 50px;
    padding: 15px;
    overflow: hidden;
}

.sidebar .sb_nav h3.title {
    text-align: left;
    background: #0060ad;
    width: 240px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    font-family: "Microsoft YaHei";
    letter-spacing: 2px;
}

.sidebar .sb_nav h3.line {
    margin-top: 15px;
}

.sidebar .sb_nav .active {
    width: 240px;
    padding-bottom: 20px;
    border-top: none;
}


/*内页二级*/

.leftsidebar_box {
    width: 100%;
    height: auto !important;
    overflow: visible !important;
}

.leftsidebar_box dt {
    width: 100%;
    background: #eee;
    height: 46px;
    margin-bottom: 10px;
}

.leftsidebar_box dt a {
    display: block;
    background: url(../images/ico_ab.png) 24px no-repeat;
    line-height: 46px;
    font-size: 16px;
    color: #333;
    padding-left: 50px;
}

.leftsidebar_box dt:hover {
    background: #ddd;
}

.leftsidebar_box dd {
    height: 30px;
    border-bottom: 1px dashed #ccc;
    width: 184px;
    margin-left: 14px;
}

.leftsidebar_box dd a {
    color: #333;
    font: normal 14px/30px "Microsoft YaHei";
    display: block;
    text-align: center;
}

.leftsidebar_box dd a:hover {
    display: block;
    color: #ec651b;
}

.leftsidebar_box dt img {
    position: absolute;
    right: 10px;
    top: 20px;
}

* {
    padding: 0;
    margin: 0;
    border: 0px;
    outline: none;
    list-style: none;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
    background: #ffffff;
    overflow-y: visible;
    overflow-x: hidden;
}

a:active,
a:hover {
    color: #0060ad;
    text-decoration: none;
}

a img {
    border-style: none;
}

ul,
li,
dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    display: block;
    margin: 0;
}

* {
    list-style: none;
}

.clear {
    clear: both;
}

table,
td {
    border: 1px solid #efefef;
}


/*导航*/

nav {
    width: 1200px;
    margin: 0 auto;
}

nav li {
    float: left;
    line-height: 56px;
}

nav li a {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    display: block;
    width: 150px;
    text-align: center;
    height: 50px;
}

nav li a:hover {
    background: #f19300;
    color: #fff;
}


/*banner*/

.flash {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    _zoom: 1;
    position: relative;
    *zoom: 1;
    margin-top: -8px;
}

.flash1 {
    width: 1000px;
    height: 600px;
    margin: 0 auto;
    position: relative;
}

.flash2 {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: -460px;
}

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    height: 600px;
    overflow: hidden;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.flexslider .slides {
    zoom: 1;
}

.flex-direction-nav a {
    width: 60px;
    height: 90px;
    line-height: 99em;
    overflow: hidden;
    margin: -60px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
    background-position: 0 -90px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 3px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active {
    background-position: 0 0;
}


/*搜索*/

.hots_bg {
    width: 100%;
    height: 52px;
    -moz-box-shadow: 0px 5px 10px #ccc;
    -webkit-box-shadow: 0px 5px 10px #ccc;
    box-shadow: 0px 5px 10px #ccc;
    margin: 0 auto;
    background: #f4f1f2;
}

.hots_bg .fl {
    float: left;
    line-height: 52px;
}

.hots_bg .fl font {
    color: #2847b8;
    font-size: 16px;
}

.hotword li a:hover {
    display: block;
    color: #0080cc;
    font: normal 14px/50px "Microsoft YaHei";
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}

.head_search {
    width: 270px;
    float: right;
    margin-top: 10px;
}

.boxs {
    border: solid 1px #cccccc;
    height: 26px;
    width: 270px;
    line-height: 35px;
    font-size: 12px;
    margin-top: 2px;
}

.texts {
    width: 220px;
    height: 100%;
    float: left;
    padding-left: 10px;
    font-family: "Microsoft YaHei";
}

.btnSubmits {
    width: 40px;
    height: 27px;
    background: url(../images/yh_03.jpg) no-repeat;
    cursor: pointer;
}


/*在线客服*/

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 200px;
    right: -127px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: #373635 url(../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: #373635 url(../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    text-indent: 0;
    background: #373635 url(../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
    background: #373635 url(../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
    display: block;
    height: 184px;
    background: url(../images/yh_02.jpg) center repeat-x;
}

.content1 {
    width: 1200px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.header_txt {
    width: 1200px;
    margin: 0 auto;
    padding: 5px;
    overflow: hidden;
    color: #333;
}

.header_txt>i {
    font-style: normal;
    background: #2847b8;
    color: #fff;
    padding: 0 5px;
    margin-right: 3px;
    border-radius: 3px
}

.top_logo {
    width: 1200px;
    display: block;
    margin: 0 auto;
    height: 100px;
}

.top_logo .logo {
    margin-top: 14px;
    display: block;
    overflow: hidden;
}

.top_tel {
    width: 340px;
    text-align: right;
}

.top_tel img {
    display: block;
    float: left;
    margin-top: 30px;
}

.top_tel p {
    float: right;
    font-size: 16px;
    color: #595959;
    margin-top: 24px;
}

.top_tel p span {
    font-size: 30px;
    color: #f19300;
    font-weight: 700;
}

.logo_sub {
    padding: 0px 30px;
    margin-top: 24px;
}

.logo_sub span {
    font-size: 16px;
    color: #333;
    display: block;
}

.logo_sub p {
    font-size: 16px;
    color: #f19300;
}

.warpper {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
}

.dd_main {
    width: 1200px;
    margin: 0 auto;
}

.i_tit {
    position: relative;
    width: 1200px;
    height: 75px;
    margin: 0 auto;
    margin-top: 55px;
    text-align: center;
    color: #565656;
    border-bottom: 1px solid #b5b5b5;
}

.i_tit span {
    font-size: 24px;
    font-weight: bold;
    color: #2847b8;
}

.i_tit p {
    font-size: 16px;
    color: #000;
    font-family: '黑体'；
}

.i_tit em {
    position: absolute;
    width: 110px;
    height: 3px;
    background-color: #f19300;
    bottom: -2px;
    left: 50%;
    margin-left: -55px;
}

.ipro_class {
    float: left;
    width: 230px;
    margin-top: 30px;
}

.ipro_class span {
    display: block;
    width: 228px;
    text-align: center;
    height: 109px;
    font-size: 24px;
    line-height: 109px;
    color: #fff;
    background: url(../images/yh_12.jpg) no-repeat;
}

.ipro_class ul {
    width: 216px;
    overflow: hidden;
    border: 1px solid #2847b8;
    padding: 22px 5px;
}

.ipro_class li {
    margin-bottom: 16px;
}

.ipro_class li a {
    background: url(../images/pro_ico.jpg) no-repeat 165px;
    display: block;
    width: 184px;
    height: 34px;
    line-height: 34px;
    color: #333;
    margin: 0 auto;
    padding-left: 5px;
    border-bottom: 1px dotted #000;
    font-size: 16px;
}

.ipro_class li a:hover {
    color: #2847b8;
}

.ipro_class .pro_tel {
    width: 226px;
    height: 120px;
    border: 1px solid #2847b8;
    border-top: none;
    text-align: center;
    background: url(../images/pro_tel.jpg) no-repeat;
    background-position: 36px 28px;
    overflow: hidden;
}

.ipro_class .pro_tel font {
    display: block;
    margin: 23px 0 0 15px;
    font-size: 24px;
    color: #2847b8;
}

.ipro_class .pro_tel>p {
    font-size: 30px;
    font-family: 'SourceHanSeriFSC Heavy', 'songti', '黑体';
    color: #f19300;
    font-weight: 700;
}

.ipro_list_out {
    float: right;
    width: 953px;
    margin-top: 30px;
}

.ipro_tit {
    background: #2847b8;
    width: 100%;
    height: 43px;
}

.ipro_tit .fl {
    font-size: 17px;
    color: #fff;
    line-height: 43px;
}

.ipro_tit .fl::before {
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #fff;
    float: left;
    margin: 11px 8px 0 40px
}

.ipro_tit .fr {
    line-height: 43px;
}

.ipro_tit .fr a {
    color: #fff;
    padding-right: 15px;
}

.ipro_list_out ul {
    padding-top: 15px;
    border: 1px solid #d0cfcf;
    overflow: hidden;
}

.ipro_list_out ul li {
    float: left;
    margin: 1px 10px;
    background: url(../images/pro_shadow01.jpg) no-repeat;
    background-position: 0px 214px;
}

.ipro_list_out ul li a {
    display: block;
    width: 294px;
    height: 229px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
}

.ipro_list_out ul li:hover {
    background: url(../images/pro_shadow02.jpg) no-repeat;
    background-position: 0px 214px;
}

.ipro_list_out ul li a:hover {
    border: 1px solid #015ac2;
}

.ipro_list_out ul li h3 {
    text-align: center;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    color: #202020;
}

.ipro_list_out ul li:hover h3 {
    border-top: 0px;
    color: #2847b8;
}

.service {
    height: 1011px;
    background: #f7f7f7;
    width: 100%;
    background: url(../images/ser_bg.png) no-repeat left bottom;
}

.service_title {
    margin-top: 71px;
    padding-top: 45px;
}

.service_con {
    width: 1200px;
    margin: 0 auto;
}

.ser_con_01 {
    padding-top: 49px;
}

.ser_con_01 ul {
    width: 577px;
    float: left;
}

.ser_con_01 ul li,
.ser_con_02 ul li {
    margin: 50px 0;
}

.ser_con_01 ul li img,
.ser_con_02 ul li img {
    display: block;
    float: left;
    margin-right: 12px;
}

.ser_con_01 ul li div,
.ser_con_02 ul li div {
    width: 448px;
    float: left;
}

.ser_con_01 ul li div h4,
.ser_con_02 ul li div h4 {
    font-size: 26px;
    color: #2847b8;
    line-height: 28px;
}

.ser_con_01 ul li div em,
.ser_con_02 ul li div em {
    display: block;
    width: 200px;
    margin-top: 12px;
    border: 1px dashed #241f1d;
}

.ser_con_01 ul li div p,
.ser_con_02 ul li div p {
    color: #000;
    font-size: 19px;
    line-height: 28px;
    margin-top: 3px;
}

.ser_con_01 ul li div p span,
.ser_con_02 ul li div p span {
    color: #3333cc;
}

.ser_con_01>img,
.ser_con_02>img {
    display: block;
    width: 622px;
    height: 370px;
}

.ser_con_01>img {
    float: right;
}

.ser_con_02 {
    margin-top: 30px;
}

.ser_con_02>img {
    float: left;
}

.ser_con_02 ul {
    width: 564px;
    float: right;
}


/* 新闻样式 */

.tab {
    width: 1200px;
    display: block;
    overflow: hidden;
    margin: 30px auto 0;
}

.tab .tab-hd {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    margin: 10px auto 10px;
    list-style: none;
    text-align: center;
}

.tab .tab-hd li {
    width: 130px;
    color: #2463c9;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    border-radius: 25px;
    background: #e8ebf4;
    margin-right: 50px;
}

.tab .tab-hd li.active {
    background: #2463c9;
    color: #fff;
}

.tab .tab-bd {
    width: 100%;
    margin-top: 30px;
}

.tab .tab-bd li {
    display: none;
    width: 100%;
    overflow: hidden;
}

.tab .tab-bd li.thisclass {
    display: list-item;
}

.tab.tab-bd li.thisclass {
    display: block;
    overflow: hidden;
}

.news_list {
    display: block;
    overflow: hidden;
    width: 600px;
}

.news_list dl {
    width: 100%;
    height: 45px;
    padding-top: 15px;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #d6d6d6;
}

.news_list dl:last-child {
    border-bottom: none;
}

.news_list dl dt {
    display: block;
    overflow: hidden;
    float: left;
    padding: 5px 5px;
    color: #fff;
    background: #2847b8;
}

.news_list dl dt h3 {
    font-size: 14px;
    font-weight: normal;
}

.news_list dl dt p {
    font-size: 12px;
    padding-left: 12px;
    margin-top: 10px;
}

.news_list dl dd {
    width: 430px;
    padding: 1px 15px;
    overflow: hidden;
    display: block;
    float: left;
}

.news_list dl dd h3 {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.news_list dl dd p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.news_list dl:hover dd h3 {
    color: #2463c9;
    text-decoration: underline;
}

.news_list dl:nth-child(4) dd {
    border-bottom: none;
}

.news_tj {
    width: 565px;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.news_tj dl {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 12px 0;
}

.news_tj dl dt {
    width: 75px;
    display: block;
    overflow: hidden;
    float: left;
    padding: 20px 0;
    color: #666666;
}

.news_tj dl dt h3 {
    font-size: 20px;
    font-weight: normal;
}

.news_tj dl dt p {
    font-size: 12px;
    padding-left: 12px;
    margin-top: 10px;
}

.news_tj dl dd {
    width: 460px;
    padding: 20px 10px;
    overflow: hidden;
    display: block;
    float: left;
}

.news_tj dl dd h3 {
    font-weight: normal;
    font-size: 16px;
    color: #585858;
    line-height: 26px;
}

.news_tj dl dd p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
}

.news_tj dl:hover dt {
    color: #2463c9;
}

.news_tj dl:hover dd h3 {
    color: #2463c9;
    text-decoration: underline;
}

.p_more {
    width: 130px;
    margin: 15px auto;
    display: block;
    overflow: hidden;
    background: #333;
    text-align: center;
}

.p_more a {
    display: block;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
}

.p_more a:hover {
    background: #0066b8;
}

.link_out {
    height: 35px;
}

.link_out h6 {
    float: left;
    width: 85px;
}

.link_out ul {
    float: left;
}

.link_out ul li a {
    display: block;
    font-size: 14px;
}


/* 底部样式 */

.footer {
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #2847b8;
    border-bottom: 1px solid #4561ca;
}

.footer_con {
    width: 1200px;
    margin: 0 auto;
}

.foot_top {
    padding-top: 65px;
    padding-bottom: 20px;
}

.foot_top h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.foot_top div>em {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #fff;
}

.foot_nav {
    display: block;
    overflow: hidden;
    line-height: 65px;
    margin: 0 auto;
    width: 800px;
}

.foot_nav ul li {
    float: left;
    margin-right: 25px;
}

.foot_nav ul li a {
    color: #fff;
    line-height: 16px;
}

.foot_nav ul .line {
    width: 2px;
    overflow: hidden;
    height: 14px;
    margin-top: 27px;
    padding: 0px;
    background: #fff;
}

.foot_nav2 {
    display: block;
    overflow: hidden;
    line-height: 65px;
    margin: 0 auto;
    width: 980px;
}

.foot_nav2 ul li {
    float: left;
    margin-right: 25px;
}

.foot_nav2 ul li a {
    color: #fff;
    line-height: 16px;
}

.foot_nav2 ul .line {
    width: 2px;
    overflow: hidden;
    height: 14px;
    margin-top: 27px;
    padding: 0px;
    background: #fff;
}

.ft_tel {
    height: 120px;
    padding: 40px 0
}

.ft_tel>p {
    margin-top: 8px
}

.db_logo {
    height: 130px;
}

.db_logo>img {
    height: 100%;
}

.ft_img {
    margin-top: 20px;
}

.ft_tel_con {
    width: 350px;
    margin-top: 8px;
    margin-left: 150px;
    line-height: 32px;
    color: #fff;
}

.ft_tel_con h6 {
    font-size: 18px;
}

.ft_txt {
    margin-right: 80px;
}

.ft_tel .ft_tel_tit {
    background: url(../images/ct_66.jpg) left no-repeat;
    padding-left: 36px;
    display: block;
    float: left;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 55px;
}

.ft_tel .ft_tel_no {
    color: #ffbf00;
    font-size: 34px;
    float: left;
    display: block;
    font-weight: bold;
}

.footer_middle {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
}

.ft_txt p {
    line-height: 30px;
    color: #fff;
    clear: both;
}

.ft_txt p a {
    color: #fff;
}

.foot_copyright {
    border-top: 1px solid #3b58c2;
    width: 100%;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.ft_ewm {
    float: right;
    line-height: 24px;
    text-align: center;
}

.ft_ewm span {
    display: block;
    font-size: 18px;
    padding-bottom: 7px;
}

.ft_ewm i {
    display: block;
    font: normal 32px/48px 'songti';
    background: #2847b8;
    border-radius: 20px;
    padding: 0 20px;
    margin: 2px 10px 25px;
}

.link {
    width: 1200px;
    margin: 15px auto;
    display: block;
    overflow: hidden;
}

.link li {
    float: left;
    color: #fff;
}

.link li a {
    color: #fff;
    display: block;
    padding: 0 15px;
}

.copyright {
    width: 100%;
    background: url(../images/ft_49.jpg) center no-repeat;
    display: block;
    overflow: hidden;
}

.copyright p {
    width: 350px;
    display: block;
    overflow: hidden;
    line-height: 59px;
    color: #fff;
    font-size: 14px
}

.copyright .ico_q {
    margin: 16px 15px;
    display: block;
    float: left;
    overflow: hidden;
    width: 180px
}

.copyright .ico_q a {
    display: block;
    padding: 0 15px;
    float: left;
}

.copyright .bei {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 59px;
}

.copyright .bei a {
    color: #a41018
}


/*  about  */

.sidebar {
    padding: 40px 0;
}

.sidebar ul {
    display: block;
    overflow: hidden;
    list-style-type: none;
    margin-top: 10px;
    padding: 0 10px;
}

.sidebar .sb_nav .active li {
    margin-top: 1px;
}

.sidebar .sb_nav .active li a {
    display: block;
    padding-left: 15px;
    height: 45px;
    line-height: 45px;
    color: #333;
    text-align: left;
    font-size: 16px;
    border-bottom: 1px dotted #2847b8;
}

.sidebar .sb_nav .active li a:hover,
.on3 {
    color: #2847b8;
}

.sb_box {
    width: 945px;
    float: right;
}

.sidebar .sb_box {
    float: right;
    width: 940px;
    background: #fff;
    overflow: hidden;
}

.sidebar .sb_box h3.title {
    font-size: 12px;
    color: #999;
    background: #eee;
    height: 40px;
    font-family: "Microsoft YaHei";
    padding-top: 10px;
}

.sidebar .sb_box h3.title span {
    display: block;
    float: left;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
}

.sidebar .sb_box h3.title div.position {
    float: right;
    margin-right: 10px;
    font-weight: normal;
    position: relative;
    top: 3px;
    background: url(../images/home.png) left no-repeat;
    padding-left: 20px;
}

.sidebar .sb_box h3.title div.position a {
    color: #999;
}

.sidebar .sb_box h3.title div.position a:hover {
    color: #ec651b;
}

.ab_content {
    width: 900px;
    padding: 20px 20px 50px;
}

.ab_content h3 {
    font-size: 20px;
    color: #393939;
    line-height: 50px;
}

.ab_content p {
    font-size: 14px;
    color: #868686;
    line-height: 40px;
    padding: 12px 0;
}

.news_con {
    padding: 10px 0;
}

.news_con li {
    display: inline-block;
    border-bottom: 1px dashed #ccc;
    line-height: 36px;
    height: 36px;
    background: url(../images/ct_61.jpg) no-repeat;
    background-position: left 12px;
    width: 100%;
}

.news_con li .fl {
    padding-left: 15px;
}

.news_con li h3 {
    font-weight: normal;
}


/*  productlist  */

.sidelist {
    width: 242px;
    display: block;
    overflow: hidden;
}

.sidelist .pro_list {
    width: 100%;
    list-style: none;
    display: block;
    overflow: hidden;
    margin: 3px 0;
}

.sidelist .pro_list li {
    display: block;
    overflow: hidden;
    margin-bottom: 2px;
}

.sidelist .pro_list li a {
    display: block;
    background: url(../images/ico_p02.png) 180px center no-repeat #c8a264;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    padding-left: 40px;
}

.sidelist .pro_list li a:hover {
    background: url(../images/ico_p01.png) 180px center no-repeat #666666;
}

.sidelist .pro_list li .ontive {
    background: url(../images/ico_p01.png) 180px center no-repeat #666666;
}

.side_box {
    width: 945px;
    display: block;
    overflow: hidden;
}

.side_box h4 {
    font-size: 20px;
    color: #423d3d;
    display: block;
    background: url(../images/pro_nr.png) bottom no-repeat;
    padding: 10px 0 10px 20px;
}

.productlist ul {
    width: 100%;
    display: block;
    overflow: hidden;
    list-style: none;
    margin-top: 20px;
}

.productlist ul li {
    width: 290px;
    float: left;
    margin: 20px 10px;
    background: #fff;
    border: 1px solid #ddd;
}

.productlist ul li:hover p {
    background: #333;
    color: #fff;
}

.productlist ul li img {
    width: 290px;
    height: 245px;
    display: block;
    overflow: hidden;
}

.productlist ul li p {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    padding: 10px 0;
    background: #0060ad;
    text-align: center;
}

.productlist ul li span {
    display: block;
    width: 200px;
    margin: 12px auto 15px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-radius: 25px;
}

.productlist ul li span a {
    width: 100px;
    float: left;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.productlist ul li span .more1 {
    background: #c8a264;
    color: #fff;
}

.private_class {
    padding: 30px 0;
}

.private_class li {
    display: block;
    overflow: hidden;
    width: 280px;
    float: left;
    margin: 10px 15px;
    border-bottom: 5px solid #0060ad;
}

.private_class li img {
    width: 280px;
    height: 266px;
    display: block;
}

.private_class li p {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #474747;
    padding-bottom: 10px;
}

.slide {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0px auto;
}

.slide .images {
    width: 1200px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto
}

.slide .images div {
    float: left;
}

.tabs {
    position: absolute;
    top: 357px;
    left: 515px;
    clear: both;
    height: 20px;
    line-height: 20px;
}

.tabs a {
    width: 16px;
    height: 16px;
    float: left;
    margin: 3px;
    display: block;
    font-size: 1px;
    background: url('../images/slide-bj1.png') 0 0 no-repeat;
}

.tabs a:hover {
    background: url("../images/slide-bj.png") 0 0 no-repeat;
}

.tabs a.current {
    background: url("../images/slide-bj.png") 0 0 no-repeat;
}

.backward,
.forward {
    position: absolute;
    width: 70px;
    height: 400px;
    overflow: hidden;
    top: 0px;
    cursor: pointer;
    font-size: 0px;
}

.backward {
    left: 0px;
    background: url('../images/focus_ctrl_left.png') center no-repeat;
}

.forward {
    right: 0px;
    background: url('../images/focus_ctrl_right.png') center no-repeat;
}

.backward:hover {
    background: url('../images/focus_ctrl_left.png') center no-repeat;
}

.forward:hover {
    background: url('../images/focus_ctrl_right.png') center no-repeat;
}


/*幻灯片*/

.flow-box {
    border: 1px solid #dddddd;
    width: 220px;
    float: left;
    margin-right: 13px;
    background-color: #fff;
    margin-bottom: 9px;
    -moz-box-shadow: 0px 0px 2px #f4f4f4;
    -webkit-box-shadow: 0px 0px 2px #f4f4f4;
    box-shadow: 0px 0px 2px #f4f4f4;
}

.flow-thumb {
    text-align: center;
    padding-top: 8px;
}

.flow-info2 {
    text-align: center;
}

.flow-info2 p {
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0 8px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.uploadN {
    background-color: #fafafa;
    border-top: 1px solid #f4f4f4
}

.tj_news_out,
.tj_product_out {
    padding-top: 10px;
    padding-bottom: 20px;
}

.tj_news_tit,
.tj_product_tit {
    border-bottom: 1px solid #ccc;
    height: 30px;
}

.tit_l {
    float: left;
    font-size: 16px;
}

.tit_m {
    float: right;
}

.tj_news_out li {
    border-bottom: 1px dashed #ccc;
    height: 28px;
    line-height: 28px;
    list-style-type: armenian;
}

.tj_product_out ul,
.tj_news_out ul {
    clear: both;
    padding-top: 10px;
}

.tj_product_out li {
    float: left;
    width: 165px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
}

.tj_product_out li img {
    width: 163px;
    height: 153px;
}

.friendship_link {
    margin: 20px 0 35px;
    line-height: 33px;
}

.friendship_link a {
    display: inline-block;
    margin-right: 40px;
    font-size: 14px;
    color: #666;
}

.friendship_link a:hover {
    color: #2847b8;
}